-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add check to remove old kube-rbac-proxy container in modelregistry operator, fixes RHOAIENG-15328 #1341
fix: add check to remove old kube-rbac-proxy container in modelregistry operator, fixes RHOAIENG-15328 #1341
Conversation
…ry operator, fixes RHOAIENG-15328 Signed-off-by: Dhiraj Bokde <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@lburgazzoli @zdtsw @VaishnaviHire please review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## incubation #1341 +/- ##
=============================================
Coverage ? 19.08%
=============================================
Files ? 30
Lines ? 3369
Branches ? 0
=============================================
Hits ? 643
Misses ? 2657
Partials ? 69 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Wen Zhou <[email protected]>
c42dfa6
to
d47ecfa
Compare
your changes lgtm @zdtsw 👍 |
@zdtsw @VaishnaviHire please merge if it looks good |
sorry, forgot i have the permission to merge this one..... thought need someone else to approve it :D |
…ry operator, fixes RHOAIENG-15328 (opendatahub-io#1341) * fix: add check to remove old kube-rbac-proxy container in modelregistry operator, fixes RHOAIENG-15328 Signed-off-by: Dhiraj Bokde <[email protected]> * update: remove check in ModelReg code, add it to upgrade logic Signed-off-by: Wen Zhou <[email protected]> --------- Signed-off-by: Dhiraj Bokde <[email protected]> Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Wen Zhou <[email protected]> (cherry picked from commit 92251e4)
* fix: ensure input CAbundle always end with a newline (#1339) * fix: ensure input CAbundle always end with a newline - missing newline will cause problem when inject data into configmap - this happens when user use kustomize with their own CA for DSCI, it set to use |- not | - fix lint Signed-off-by: Wen Zhou <[email protected]> * update: better way to add newline Signed-off-by: Wen Zhou <[email protected]> --------- Signed-off-by: Wen Zhou <[email protected]> (cherry picked from commit 656d53e) * fix: add check to remove old kube-rbac-proxy container in modelregistry operator, fixes RHOAIENG-15328 (#1341) * fix: add check to remove old kube-rbac-proxy container in modelregistry operator, fixes RHOAIENG-15328 Signed-off-by: Dhiraj Bokde <[email protected]> * update: remove check in ModelReg code, add it to upgrade logic Signed-off-by: Wen Zhou <[email protected]> --------- Signed-off-by: Dhiraj Bokde <[email protected]> Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Wen Zhou <[email protected]> (cherry picked from commit 92251e4) * fix: cherry-pick error - remove new logger - dummy: request from devops to verify auto-sync Signed-off-by: Wen Zhou <[email protected]> --------- Signed-off-by: Wen Zhou <[email protected]> Co-authored-by: Dhiraj Bokde <[email protected]>
Description
Add check to remove old kube-rbac-proxy container in modelregistry operator
Fixes RHOAIENG-15328
How Has This Been Tested?
Tested locally by creating a DSC with MR, and manually adding a kube-rbac-proxy container with the following commands:
Watch the number of pods in the model-registry-operator-controller-manager deployment, which should change to 1 after the kube-rbac-proxy container is removed by this patch.
Screenshot or short clip
Merge criteria